<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<table class="login_links" border="0" cellspacing="1" cellpadding="0" width="100%">
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>
<tr><td width="20%" nowrap="nowrap" style="color: #A2A2A2;">:</td><td><input class="loginField" type="text" name="user" value="" size="20" style="width:100%;" maxlength="50"/></td></tr>
<tr><td style="color: #A2A2A2;">:</td><td><input class="loginField" type="password" name="password" size="20" style="width:100%" maxlength="15"/></td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td nowrap="nowrap"><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$"><span style="font-size: 12px; color: #A2A2A2; padding: 0px 0px 2px 2px;"></span></label> <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?><br /><input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$"></label><?endif?></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value=""/></td></tr>
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;" class="login_linkss"><a href="$REMINDER_LINK4"> </a> | <a href="$REGISTER_LINK$"></a></div></td></tr>
</table>
<?if($PAGE_ID$="login")?></div><?endif?>